VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / getImageFilesInfos Methods / getImageFilesInfos(string[],Vintasoft.Shared.WebServiceJS) Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    getImageFilesInfos(string[],Vintasoft.Shared.WebServiceJS) Метод
    В этом разделе
    Sends an asynchronous request to a server and gets information about images, which are stored in files on server.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var fileIds; // Type: string[]
    var service; // Type: WebServiceJS
    
    value = instance.getImageFilesInfos(fileIds, service);
    
    
    function getImageFilesInfos(
    fileIds
    Массив строк, представляющих идентификаторы файлов.
    : string[],
    service
    WebServiceJS который позволяет управлять коллекцией изображений.
    : WebServiceJS
    ) : any;

    Parameters

    fileIds
    Массив строк, представляющих идентификаторы файлов.
    service
    WebServiceJS который позволяет управлять коллекцией изображений.
    Исключения
    ИсключениеОписание
    Выбрасывается, если аргументы имеют неверные типы.
    Смотрите также